home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 426-450 / disk_436 / lhlib / lhglue.lzh / LhLvo.asm < prev    next >
Assembly Source File  |  1990-07-26  |  205b  |  14 lines

  1.     section    text,code
  2.  
  3.     xdef    _LVOCreateBuffer
  4.     xdef    _LVODeleteBuffer
  5.     xdef    _LVOLhEncode
  6.     xdef    _LVOLhDecode
  7.  
  8. _LVOCreateBuffer    equ -30
  9. _LVODeleteBuffer    equ -36
  10. _LVOLhEncode        equ -42
  11. _LVOLhDecode        equ -48
  12.  
  13.     end
  14.